home *** CD-ROM | disk | FTP | other *** search
- Path: service-2.agate.net!usenet
- From: ettienne@agate.net (Steve Nutt)
- Newsgroups: comp.lang.c++
- Subject: Re: "Pure virtual function called" error with Sparcworks
- Date: Sat, 20 Apr 1996 05:06:50 GMT
- Organization: DET
- Message-ID: <4l9jvu$mbo@service-2.agate.net>
- References: <316B8607.41C67EA6@jpmorgan.com>
- Reply-To: ettienne@agate.net
- NNTP-Posting-Host: ettienne.sdi.agate.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Oliver Peck <peck_oliver@jpmorgan.com> wrote:
-
- >I am using V4.0.1 of the Sparcworks C++ compiler.
-
- >A program is occasionally crashing with the message:-
-
- >"**** Pure virtual function called"
-
- >Does anyone know what this may mean?
-
-
- >Thanks in advance.
-
- >Oliver
-
- Well I've not yet engaged my brain this morning, but unless you have a
- memory corruption going on the only way you'll get this error is if
- you are calling a pure virtual; function from an abstractÆs classÆs
- constructor or destructor.
-
- Hope that helps,
-
- Steve
-
-